home *** CD-ROM | disk | FTP | other *** search
/ Ian & Stuart's Australian Mac 1993 September / September 93.iso / Archives / Fun, Tricks & Hacks / LunarCrack / LunarCrack.doc < prev   
Text File  |  1987-06-04  |  1KB  |  57 lines

  1. ********************************
  2.  
  3. LunarCrack is free, and may be redistributed freely as long as you
  4. distribute this document with it.
  5.  
  6. ********************************
  7.  
  8. Documentation for LunarCrack:
  9.  
  10.  
  11.  
  12. LunarCrack is an INIT resource which causes your SysBeep trap to
  13. "crack" the screen.  To use it simply put it in your system folder
  14. and boot.  If you want to get rid of it, just pull it out of your
  15. system folder and reboot.
  16.  
  17.  
  18.  
  19. LunarCrack also contains code to call your actual SysBeep routine,
  20. so if you already have an INIT that replaces your beep, make sure
  21. that your current beep patch is loaded first.  (Make it's file name
  22. come before the LunarCrack alphabetically.)
  23.  
  24.  
  25.  
  26. (Example.  If you have one called "NewBeep", name it "ANewBeep",
  27. and it will work.)
  28.  
  29.  
  30.  
  31. If you don't, the LunarBeep will be superceded by your other patch. 
  32. It won't bother anything, but it will still take up some space.
  33.  
  34.  
  35.  
  36. ****************************
  37.  
  38. Information for Programmers:
  39.  
  40.  
  41.  
  42. Source code is available for LunarBeep.  It is a good demonstration
  43. of how to do INITs and Trap Patching, it also reveals some
  44. wierdness in SysBeep patching.  The source is in LightSpeed C, and
  45. is nicely written and commented.
  46.  
  47.  
  48.  
  49. To obtain source mail $10.00 to:
  50.  
  51.  
  52.  
  53.      LunarWare
  54.      342 W. Madison
  55.      Kirkwood, MO 63122
  56.  
  57.